Enabling SOAP Protocol Validation at Gateway |
This topic describes the procedure for enabling SOAP protocol validation at the Gateway. |
|
SOAP requests coming in to the Gateway are validated to ensure that they follow SOAP 1.1 protocol.
- Modify the following property in wcp.properties file using Management Console . For information on modifying a property, refer to Modifying a Property. cordys.gateway.protocol.validation=true.
Note: If the property is set to false in the wcp.property file, SOAP protocol validation is disabled.
- Restart the Web server.
The SOAP validation at Gateway is enabled.
Note: This validates the SOAP protocol part of the requests alone with respect to SOAP 1.1 protocol. To validate SOAP protocol and the request, enable the request validation property. For more information, refer Enabling Request Validation. To validate SOAP protocol, the request, and the response, enable the response validation property. For more information, refer Enabling Response Validation.